-
-
Notifications
You must be signed in to change notification settings - Fork 4
v0.7.0-beta #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
v0.7.0-beta #56
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Match the new system settings (Android 16 QPR 1)
* Dialog for when the WRITE_SECURE_SETTINGS permission is missing. * Provide the ADB command (and a copy action).
* and check if the permission was granted in the meantime on another switch toggle.
#45: Error dialog for missing permission
* Write app name in title case
* Update app logo ("rainy light")
* We get crashes from Android 11 devices, despite minSDK 31. * Fixes Fatal Exception: java.lang.NoSuchFieldError: No instance field fontWeightAdjustment of type I in class Landroid/content/res/Configuration; or its superclasses (declaration of 'android.content.res.Configuration' appears in /system/framework/framework.jar)
* EN and DE manual, rest auto-translated using Gemini models.
* Implement Android's per-app language preferences and a change language option (Android 12+). * Also reorder the three-dot menu.
* For play store beta releases. * With beta version suffix.
* Adaptive theme does not work on tablets atm.
#36 * Taps toggle the service * Long Press open the app * Unavailable if the permission is missing (WRITE_SECURE_SETTINGS)
* Play Store Closed Testing Release
|
#48 * Implement an Analytics Gate to disable logging for alternative installation methods (= not Google Play) x
* Play Store Alpha Testing
* Fix icon * Add description * Add service disable action to the notification
* A backup does not make sense since the WIRTE_SECURE_SETTINGS permission needs to be granted after a new installation.
* Instead of installing ADB and executing a command, users can now simply use lexip.dev/hecate/setup.
* Play Store Beta Testing * Use JVM 17 * Add beta suffix for debug builds
* It leads to the play store for the user to send the beta feedback. * In-app reviews do not work with beta feedback.
* Fixes NPE in BroadcastReceiverService.onStartCommand. * Accept Intent? in onStartCommand to prevent NPE. * Start foreground immediately to meet Android requirements. * Switch callers to startForegroundService to comply with background limits. * And other small improvements.
…pid toggles" This reverts commit d87d67f9b909f357f8dab686d6ecee986c93981d. This led to user confusion.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



No description provided.